PDF4Java Reference Documentation
com.o2sol.pdf4java.portfolios Package / PDFPortfolioItemAttributes Class / put Method
The key identifying the attribute.
The attribute value.
In This Topic
    put Method
    In This Topic
    Sets a portfolio item attribute.
    Syntax
    public void put( 
       java.lang.String attributeKey,
       PDFCosObject attributeValue
    )

    Parameters

    attributeKey
    The key identifying the attribute.
    attributeValue
    The attribute value.
    Exceptions
    ExceptionDescription
    When attributeKey is null or empty or when attributeKey equals "Type"
    See Also